-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Add compression to stata exporters #34013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3553924
to
f1c87bf
Compare
Thanks @bashtage for the PR. if you merge master the np-dev ci failure should be resolved. Also a couple of lint failures. |
pandas/core/frame.py
Outdated
'.gz', '.bz2', '.zip', or 'xz', respectively, and no compression | ||
otherwise. | ||
|
||
.. versionadded:: 1.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this intentional? is it ok to target 1.1? maybe still a couple of weeks away.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't sure of the timing; I've moved to 1.1.0.
efa6ec5
to
6456672
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, very nice. if anyone else wants to have a look. @pandas-dev/pandas-core
can you merge master |
Add compression
6456672
to
2c886b5
Compare
thanks @bashtage |
Add standard compression optons to stata exporters
closes #26599
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff